Oh wait, check doesn't actually do anything useful for us...
authorFelix Krull <f_krull@gmx.de>
Fri, 31 May 2019 08:45:20 +0000 (10:45 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index 50fc1529dd5781eb9e36a4014d0c0c8da835fb93..3ab95f374af8da10eae5d060807f48a89f6703a2 100644 (file)
@@ -31,8 +31,6 @@ check:
   script:
   - rustup component add clippy rustfmt
   - cargo fmt --all -- --check
-  - cargo check --all ${CURRENT_FEATURES}
-  - touch src/lib.rs # force clippy
   - cargo clippy --all ${CURRENT_FEATURES}
 
 gir: